ColumnsInvalidObject
The ColumnsInvalidObject class represents validation information for grid columns, specifying which columns are invalid within a specific row.
Properties
| Name | Description |
|---|---|
| RowIndex | The index of the row that contains invalid columns. |
| InvalidColumns | A list of column names that are considered invalid. |
Constructors
| Name | Description |
|---|---|
| ColumnsInvalidObject() | Initializes a new instance of the ColumnsInvalidObject class with an empty list for InvalidColumns. |